Remove an unused enum
authorMatthias Clasen <mclasen@redhat.com>
Sat, 1 Jun 2019 04:11:22 +0000 (04:11 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 1 Jun 2019 04:11:22 +0000 (04:11 +0000)
No use of GtkArrowPlacement anywhere.

docs/reference/gtk/gtk4-sections.txt
gtk/gtkmenu.h

index 5c660f75d7dc878d29231263bad72fe1e902a035..75fe4b1a9bceb84899af6dc5acd4b69c93ba17bd 100644 (file)
@@ -1775,7 +1775,6 @@ gtk_map_list_model_get_type
 <FILE>gtkmenu</FILE>
 <TITLE>GtkMenu</TITLE>
 GtkMenu
-GtkArrowPlacement
 gtk_menu_new
 gtk_menu_new_from_model
 gtk_menu_reorder_child
index c0d8f116a43fbbc3e9bf818965c631f6620f7020..b86f5121fb0622614a86de979dd3dd6ee193de70 100644 (file)
@@ -41,21 +41,6 @@ G_BEGIN_DECLS
 
 typedef struct _GtkMenu GtkMenu;
 
-/**
- * GtkArrowPlacement:
- * @GTK_ARROWS_BOTH: Place one arrow on each end of the menu.
- * @GTK_ARROWS_START: Place both arrows at the top of the menu.
- * @GTK_ARROWS_END: Place both arrows at the bottom of the menu.
- *
- * Used to specify the placement of scroll arrows in scrolling menus.
- */
-typedef enum
-{
-  GTK_ARROWS_BOTH,
-  GTK_ARROWS_START,
-  GTK_ARROWS_END
-} GtkArrowPlacement;
-
 /**
  * GtkMenuDetachFunc:
  * @attach_widget: the #GtkWidget that the menu is being detached from.